- Search Forex Factory
- 40 Results (1 Threads, 39 Replies)
- Jani72 replied Dec 16, 2021
I used to code on MQL/MT4 for many years. I'm not a programmer, but just self-taught trader doing some programming. First I was reluctant to switch to cAlgo/cTrader since this would mean I woulöd have to convert all my code from MQL to C#. Today I'm ...
Which one do you prefer: Metatrader (MQL) or cTrader (cAlgo)?
- Jani72 replied Jun 19, 2019
Hi, thanks for sharing! Would you mind posting the code, I'd like to make some small changes.
cTrader pivot point indicator
- Jani72 replied Apr 8, 2019
I did my first EA project in MT4 back in 2007 and I have a lot of EA, script and indicator code in MQL. However just the fact that MT5 totally neglected to include native tick, range and Renko charts is, in my opinion, a huge minus and proves that ...
How is cTrader different from MT4?
- Jani72 replied Nov 9, 2014
I have a version of this indicator that counts the Ma angles and colors them in 3 colors. help's when incorporating indicator into EA to trade different MA angles. However after MT4 ver 600 indicator act all funky on the charts and in backtesting. I ...
AllAverages - my collection of Moving Averages
- Jani72 replied Oct 13, 2012
!! Help wanted to define rules !! Coding Sam Seiden S&D indicator — I am thinking of programming Sam Seiden S&D indicator for MT4. The Mt4 indicators currently available at different forums are in my opinion very crude interpretation of ...
Trading Currency Futures using Sam Seiden Supply & Demand levels
- Jani72 replied Aug 16, 2012
Sam Seiden Supply/Demant Indicator Project for Metatrader 4 — Hello, I'm a big fan of Sam's ideas of S&D. However I haven't been able to find any good MT4 indicator to draw these levels. I would like to know if there is anyone here interested ...
Sam Seiden's Supply/Demand zones
- Jani72 replied Jul 24, 2011
GMT shift for Auto_Sessions — Thanks Cameo for great indicator. Very nice way to handle the midnight cross
Sessions IndicatorHere is my attempt to code in GMT shift, so that for example if you use US broker GMT -5, just set new parameter GMTOffSet to ...
- Jani72 replied Jul 19, 2011
Not sure if I understood you code correctly, but this code keep generating new random Magic all the time, reason being that: while (GlobalVariableCheck(AutoMagic)){ // if MagicNumber already exists then increment this will return true all the time ...
Dynamic (Magic Number) - Randomizing
- Jani72 replied Jul 19, 2011
Same Magic number after crash! — Yes, I totally agree! magic number should be genarated random so that same number would prevail after restarting from platform crash. Now would be great to find a piece of code that accomplish this! I think ...
Dynamic (Magic Number) - Randomizing
- Jani72 replied Jul 19, 2011
.. if you notice broker messing with you EA change to another broker or ECN or STP intemediary !! Why waste time with bucket shops? I never understood why people open accounts with these small shops domiciled in some banarebulic...!? To my ...
Dynamic (Magic Number) - Randomizing
- Jani72 replied Jul 18, 2011
.. not worth the fight, I'll close my account, having too much problems with MBT, nothing seems to work with them and if I end up making more suggestion for fixing problems than their own support.. well ... ATC and OANDA are my choises
MBTrading integrated with Mt4
- Jani72 replied Jul 18, 2011
.. Noticed also that my daily account history do match my balance and equity on 'trade' tab.. I'll try to contact them on chat one more time before transferring my balance to ATC...
MBTrading integrated with Mt4Anyway I think ATC has better pricing and their platform seems ...
- Jani72 replied Jul 18, 2011
MBT MT4 has problems! — I've been 'demo' testing live small MBT MT4 account just to see how platform is working. I am currently getting constantly the order confirmation window stuck, and not able to exit trades or enter new orders. I have to ...
MBTrading integrated with Mt4
- Jani72 replied Jul 16, 2011
MT4 backtester in not reliable — I have been doing EA development for some years now and can say with absolute confidence that Metatrader back tester is not reliable!!! I have noticed sometimes totally random errors that cannot be explained by ...
MT4 Backtesting Threads
- Jani72 replied Jun 20, 2011
... The Win Capital idi**s are not any serious players in the Finnish financial industry, couple years ago these jokers hardly knew a pip from a pop... in a matter of fact I gave one of these guy's (involved in Win Capita scam) investment group a ...
FinFX opinions
- Jani72 replied Jun 19, 2011
Interesting, would be nice to know more about the metatrader inner works, as there seem to be a lot of issues about the pricing at MT. Of course these are matter that neither Mt nor brokers want to talk too much...
MT4 Candles and BID/ASK levels
- Jani72 replied Jun 19, 2011
About unregulated OTC broker/ECN/DMA ... — Unfortunately no-one can know much about any unregulated OTC intermediary. And even if intermediary is regulated, regulation most often do not concern OTC market like Spot Forex! OTC intermediary ...
FinFX opinions
- Jani72 replied Jun 14, 2011
Things you need to understand about OTC/Spot FX markets !!! — Weather company CEO has experience or not in finance or forex has quite little to do with broker reliability. If you open an spot FX account with any broker your money is only as ...
FinFX opinions
- Jani72 replied Jun 12, 2011
Solution for EA for TM redrawing — I'm not sure how the current TM works, but atleast the one i used a while ago had a redrawing issue. Problem with TM comes when CCI crosses 0-level and TM will redraw, so what you see on history chart is not ...
Part 2 EURUSD Trend magic System
- Jani72 replied Jun 12, 2011
Just put CCI next to TM you can see 100% correlation with TM color vs. CCI 0-crossing. Problem with TM comes when CCI crosses 0-level and TM will redraw, so what you see on history chart is not what you see on live trading! I used TM (actually just ...
EUR/GBP Trendmagic System