
Posts made by ambrogio
-
RE: Trailing money loss amount: What it is referring to?posted in Questions & Answers
@sktsec is like trailing in pips, but in money
Here an example: when profti reach 100$ the trail secure to you 50$ , at 110$ go to 60$ and so on
If you try in the tester you can see a numeric value of it on chart
-
RE: EMA condition not enforced, maybe backtest issue.posted in Questions & Answers
@talshemtov Sorry but this is not the project you posted above at the opening of the topic. Honestly, I can't control the whole project, and I wouldn't have time anyway. I suggest you start with a few condition blocks and test, and then add more blocks and test and so on.
-
RE: EMA condition not enforced, maybe backtest issue.posted in Questions & Answers
@talshemtov please share the link to your project, i'll backtest it too
-
RE: EMA condition not enforced, maybe backtest issue.posted in Questions & Answers
@talshemtov put candle ID1 in MA condition block
Nine bars later is much, which backtest model are you using? "every tick" or "control point"? -
RE: Optimization and Backtestingposted in General Discussions
@Progress337 you can certainly do a quick optimization, just to get a general overview, but after that, if you want a 100% reliable backtest you have to run the one "every tick based on real ticks", you can see the difference.
-
RE: Who can check my EA for errors?posted in Questions & Answers
delete #62 once per minute and PnL_time, no reason to have them
-
RE: About to add 'Nadaraya Watson Envelop' indicator from tradingview.posted in Questions & Answers
@aakash-waghule all TradingView tools are written in the proprietary PineScript language. You have to convert this code to mql4/5 hiring a programmer I assume.
-
RE: Who can check my EA for errors?posted in Questions & Answers
@fx_boy since we check profit lower than 0 , you have to fix this way : orange dot linked to loss variable, yellow dot linked to profit variable.
Remeber to reset these variable when you need (at starting day eg.: below block #55 modify variable loss value=0 profit value=0)
-
RE: Who can check my EA for errors?posted in Questions & Answers
@fx_boy please share the link to ypur project
-
RE: Help me, compensationposted in Questions & Answers
@luca-9 seems to be fine......only needs to be backtested
Fix the comment block #24
Below the block #17 you want close 50% of trade group #2 , but this way remain half lot size running
-
RE: Who can check my EA for errors?posted in Questions & Answers
@fx_boy you need to create two variables, profit and loss (named as you want).. then for each closed trade (not more than "n" = 0)...check profit as show below

-
RE: Who can check my EA for errors?posted in Questions & Answers
@fx_boy I really don't know what I can check. The only one who can control is you. You should do a lot of backtest and see if everything works. If something doesn't work, come back here. No one can do this job for you.
-
RE: Help me, compensationposted in Questions & Answers
@luca-9 you changed the name of the variables, the name must match throughout the project


