Backtest, although close on MT5 compared to MT4 it is still a simulated environment, is likely your custom indicator, you have to remove to test what happens...
Posts made by jstap
-
RE: EA won't backtest but works liveposted in Questions & Answers
-
RE: FULL STOP - FFS stop trying to "code" the news!!!posted in General Discussions
FFS, @gooseman Umm, you show your lack of understanding... the news can have a big impact, it is fractal, and on the daily chart often a minimal impact, but look at the same chart on the 5min and it can have a big impact, why do you think funded accounts have rules to news trading...
-
RE: **EA Trading Logic: One Trade Per 4H Candle (No Re-entry After Take Profit)posted in Questions & Answers
@RICHAGRIPPA Start a new question for this and say what you want yore EA to do...
-
RE: how to integrate an external EA in fx dreema made EA?posted in Questions & Answers
@sktsec @bacharchoura1 I disagree with that FX has a lot of very useful blocks, AI can be smart but sometimes too smart. Mixing custom code blocks, indicators, FX blocks can all work together well. This picture shows the amount of AI generated, checked and perfected blocks I am currently using.

-
RE: **EA Trading Logic: One Trade Per 4H Candle (No Re-entry After Take Profit)posted in Questions & Answers
This depends on what you mean by re-entry, if you mean wait for a new signal, you will need to set a flag for the signal.
-
RE: Converting to fxDreemaposted in General Discussions
Probably but I do not quite understand what you need?
-
RE: Condition between 01:00-09:00posted in Questions & Answers
Use condition block(s), put in your price level:

-
RE: Library Studioposted in Questions & Answers
Paste your cone here and say where you have added it, I'll have a look
-
RE: Expert: EA Logic for Multi-Order Candle Tradingposted in Questions & Answers
I showed you how to achieve this... don't repeat questions just say you don't understand or something:
-
RE: Library Studioposted in Questions & Answers
how is your global variable set? If it's not it can't return true.
-
RE: One Trade Cycle Per Candle (No Re-Entry After TP/SL in Same Candle)posted in Questions & Answers
On tick tab your logic allows the trades put this under a flag - on trade tab trade closed set the flag (so no more trades can be placed) - on tick once per bar (reset the flag (so trades can be placed).
-
RE: How to Allow Only One Order Per 4H Candleposted in Questions & Answers
What don't you understand? after all your place a trade conditions, use a once per bar (candle) set to how you want, then place the trade you want placed...
-
RE: How to Allow Only One Order Per 4H Candleposted in Questions & Answers
conditions - once per bar (set to TF, or current if it matches chart used) - place order
-
RE: Library Studioposted in Questions & Answers
the calculatedlot that is saved into the calculatedlot variable in the function is then used from the variable in the project EA
-
RE: Library Studioposted in Questions & Answers
Thought I sent tis before, create it in FX, then you can use:

-
RE: Library Studioposted in Questions & Answers
All I can say is I do it all the time

calculatetlot is sent from function to variables:

-
RE: Tutorial - Create Custom Blocks with "FXDreema Studio"posted in Tutorials by Users
In the studio I have added to in settings and functions once created this is part of the EA code so you can access in project.
