jossnet / Publications
Forum
wrong value for SYMBOL_TRADE_TICK_VALUE
Hi to alla guys , Wile i was trying to set my EA code for a strategy in AUXUSD I get a strange value for SYMBOL_TRADE_TICK_VALUE , spcifically this is my code snippet : int OnInit() { string szSymbol = "XAUUSD"; bool selected = SymbolSelect(szSymbol, true ); // select in market Watch bool found =
Strange behaviour of timeframe on two different brokers
Hi Guys, I was backtesting my EA on two different brokers ( all two proposed by terminal in two different PC) , brokers are specifically : AMPGlobal ( IP=78.140.180.54 located in netherland) and MetaQuotes-Demo IP=78.140.180.48 located in netherland ) the problems is that I started the EA with a TF
Help with problem calculating take profit
Hi to all guys , I am struggeling my head with a problem that sesms easy but i am not able to get rid of. the problems is with pair XAUUSD where my broker give me these values : Ticksize = 0.01 and contract size ( or lot size ) = 10. ( very poor value ) . the open price used is 2006.535 and the
how trade when a condition triggers mid-bar
Hi to all, I have a few questions to ask help because i didn't find clear answer in forum... I am trying to finish my EA in MT5 unsing some indicators , specifically :iMA, iATR, iMACD also I set the timeframe to H4 for the pair XAUUSD and for indicators. 1 ) FIRST the logic is that when I receive
problem installing MT4
hi to all guys I have a problem trying to install MT4 ( editor +terminal) with mt4setup.exe downloaded from https://www.metatrader4.com/en/download  ; the problem is that at the end of installation when the terminal open it is MT5 and not MT4.. Am i wrong ? there is something special during the
problems with metaeditor getting wrong double numbers
Hi to all guys , I am new here, recently while i was trying to code en EA and I noted that almost in any cases when i read values with a sample call like : double VolumeStep = MarketInfo(symbol, SYMBOL_VOLUME_STEP ); or double MinVolume = MarketInfo(symbol, SYMBOL_VOLUME_MIN); I get a strange value