Netanel Tanami / Profile
- Information
|
5+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
7
Requests
Outgoing
Netanel Tanami
Added topic What is the different between relative drawdown and maximal
hi what is the different between relative drawdown and maximal? its look like both calculate same and give a same result
Netanel Tanami
Added topic From MQL4 MODE_TICKVALUE to MQL5
Hi why at the back test i get different result of the tickvalue between MQL4 and MQL5 1. when i run a back test at MQL4 OF MODE_TICKVALUE i get value of 0.96 (base currency USD trade symbol USDJPY) Comment (MarketInfo( NULL
Netanel Tanami
Added topic How to send a order at MQL5
hi at MQL4 the send order was very simple orderticket= OrderSend ( _Symbol ,OP_SELL,orderlot,Bid, 10 ,stoploss,takeprofit, _Symbol ,magicNM);
Netanel Tanami
Added topic learn to code with MQL5
Hi For the last 1 Year i code with MQL4 Now i want to move to MQL5 and i found it very hard There is any guide to explain how to move from MQL4 to MQL5 ?
Netanel Tanami
Added topic Back test for more than one Symbol simultaneity
I want to run the back test for all the Symbol together because i want to know which drawdwon or profit i will get if all work together there is a way to run a back test on MQL4 for more than a one symbol
Netanel Tanami
Added topic Run EA on multicharts or 1 chart
hi Which way is more efectiv to run the EA If I have a EA that work on 10 symbol 1. Open 10 chart for each symbol and run the EA on each one ? 2. Open 1 chart and run the EA with a loop for all the Symbol ? im afraid that the EA will not
Netanel Tanami
Added topic Transfer from MQL4 TO MQL5
Hi I want to transfert my EA from MQL4 to MQL5 i have code at MQL4 that not work at MQL5 double tickvalue=MarketInfo( NULL ,MODE_TICKVALUE); How can i wirte this at MQL5 ?
Netanel Tanami
Added topic MQL4 Run more than 1 back test
hi There is a way to run more than 1 back test ? i need to run many back test and each one spand 1 day
Netanel Tanami
Added topic Back test period for EA
Hi I made a EA and define all my indicator and variable base on 1 year back test ( i made a optilimazion and chose to best result ) 1. when i run it for 2019-2020 ( 1 Year ) my EA was work perfect 150 trades with 20% Relative
Netanel Tanami
Added topic Run EA on multi chart
Hi I have a EA that work on many symbol and bar period now i need to open each chart and select bar period and input and run the EA its take me a long time the open all the chart and run the EA there is a easy way to run the EA on
Netanel Tanami
Added topic Diffrents between metatrader indicators
hi i have a diffrents between metatrader indicators when i use my local computer and when i use vps for examle (i added 2 photos ) photo 1. When i use metatrader at my computer (Also at trading view) i see CCI value of 81 photo 2
Netanel Tanami
Added topic Matket is closed function
Hi there is a function that give me a outpot if the matket is open or closed ? (my broker is pepperstone) thank you
Netanel Tanami
Added topic How to combine result of 3 EA back test
hi i use MQL4 and i have differente EA that i want to combine the problem that each EA work at differente pair and differente time frame there is way to know the result of 1 year back test if all work togheter at same account
Netanel Tanami
Added topic EA dosnt work at real time
hi i run my EA at real account at MQL4 and the EA dosnt make a trade when he wes should ( this is my first time that i run any EA at real time ) i run the EA at back test and he made the trade the "Auto trading " and "Allow live trading
Netanel Tanami
Added topic back testing spread
hi when i do back testing at metatrader 4 the spread that i chose is by points or pips ? if i use "20" its 20 pips or 20 point ? if i want to test eurusd i currect to chose 20 or 2 ?
Netanel Tanami
Added topic how to secure the code of EA from customer
hi I worte a EA at mql4 and i want to give me friend to try but i dont want him to see the code how can i let him run the ea witout to see the code ? just allow him to change input parameter
Netanel Tanami
Added topic Get data from previous tick
hi, im using metaqouts 4 there is a way to get data from previous tick ? i want to get the rsi value from previous tick (not previos bar)
Netanel Tanami
Added topic bar since condition
hi there is a function that tell me before how many bars conditon was true ? for example : bar since rsival>70 = 23 bars and there is a function that tell about cross over ==true ? for example : i want to send order when
Netanel Tanami
Added topic How to store value
hi i have a code tha tell me what is the lowes bar price (x) at pervios 100 bars and tell me what was the rsi value (y) of this bar now, i want to know when the price cross under x if the current rsi is smaller or biger then the preivos rsi (y)
Netanel Tanami
Added topic include file overloading function does not work
Hi I made a overloading function (2 custom function with the same name ) in my include file , its work ok when i call this function is see [1 of 2] and can go to [2 of 2 ] buy when i call to my other script i see the function but i dont see
: