@roar and i can just change the magic number and its as simple as that? Thanks i appreciate your help
Posts made by GTOAT777
-
RE: Can we change the magic number?posted in Questions & Answers
-
Can we change the magic number?posted in Questions & Answers
I want to use the same EA on multiple charts but they have different conditions, however when it used the newer TP on one of the other charts where i had an older version, so how do i change the magic number
-
Time filter question?posted in Questions & Answers
Is time filter strictly based on taking trades within that time or is it based on all functions?
Meaning if my EA has a end time of 6pm but it’s still in a trade will all my other functions like modifying SL and TP work after 6pm?
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Lorenzo97 then do what he said but use the order block, in the stop loss area use market properties, then lowest price or highest price depending on buy/sell
-
RE: How to not take trades based on balance?posted in Questions & Answers
@l-andorrà ah you legend thank you I appreciate that
-
How to not take trades based on balance?posted in Questions & Answers
What conditions do I use so that my EA doesn’t take trades if the account is at a certain number, for example if account balance is 50,000 or more don’t take any more trades.
-
RE: ea must take trades even off lineposted in Questions & Answers
@Mmase2012 You need to purchase a VPS, I’ve recently bought one and it works fine
-
Higher time frame conditions then lower time frame conditions?posted in Questions & Answers
For example if i wanted a 15m candle to cross above 20MA as a condition and then 1min candle to cross below the 20MA within 30 minutes how would i do that
-
RE: Open trade at the opening of the next candlestickposted in Questions & Answers
@1221278 Use blocks (If trade)-(check age)-(close trades)
- In check age block put the time of the candle you want it to close, for example let’s say this was a 15 minute candle put 15 in the minutes section.
-
RE: Expiry Question*posted in Questions & Answers
@Morpheus_0 Rather than using expiry on the pending order block itself check if this way works
https://fxdreema.com/shared/cfGCDKjrd -
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
@jstap I solved it, i literally just had to put the once a day block just before buy/sell and that was it nothing else was needed, thanks for your help
-
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
@jstap ah ok I only did that because you originally said put it above buy/sell on both, on tick and on trade. Either though is there any other changes that I need to make, has this worked for you before on any other project
-
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
Just roughly is this how youre saying it should look
https://fxdreema.com/shared/9UeTYyaZd -
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
@jstap IVe tried it and still had a bit of trouble could you explain thugh how the EA gets the logic from this to turn off the EA until the next day via the flag method
-
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
@jstap ah makes sense I’ll give it a try
-
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
@jstap Is this how im meant to structure it
https://fxdreema.com/shared/LjN1Y0aYb