I promise I'm not promoting this guy, but he's developed something like you're looking for; I think.
Posts made by TipsyWisdom
-
RE: Quick guidance on how to start a projectposted in Questions & Answers
-
RE: Controlling lose EA+opposite tradesposted in Questions & Answers
dont forget to account for spread!
-
RE: Repeating 1 trade for the existed trade againposted in Questions & Answers
add a time filter of "Once "Per Bar" could help
-
RE: HELP! how to make a FXdreema system to "buy" when the close price difference between the current candle and the previous candle is 0.00665?posted in Questions & Answers
You are searching for gaps in price from open to close, only with a price difference of .00665?
-
RE: ADR Crossing Strategy - Why does my EA not react to buffer values of custom indicator?posted in General Discussions
im not a power user like the rest of these guys, but for me and simplicity sake...I would separate the Buys from the Sells, and the Opens from the Closes.
Meaning the buy side, should have a few blocks. the Sell a few blocks. The buy close, a few blocks. The Sell close, a few blocks.
Also, the extra blocks, totally remove them. I have proven repeatedly that even blocks that are turned off and totally separate will still affect some things for me depending on what I'm trying to do.
Within the If Trade and Close trade blocks, please specify for each chain; "Group Mode = Any," Symbol Mode = "Any," Filter By Type = Buy or Sell, choose for that chain its a part of.
-
RE: ID candle and SL (Solved)posted in Questions & Answers
You've got a lot to figure out if you're trying to code in the future not knowing exactly when something needs to happen.
If you truly wanted to try to search the candles in the future with FXDreema, you would make the candle ID a Negative #....but I dont believe that will work since that number will never come to be the current one since it is always negative.
-
RE: Is there a way to extract the value of atr in pips even if the pair has 4 digits after the point as eurusd or three as usdjpy?posted in Questions & Answers
in the bottom of the block is a line called adjust, do the multiplication there. Example " *100 " is all you need to multiply * 100. Nothing extra required
-
RE: Simple Question Magic Numberposted in Questions & Answers
why would you want to? Whats its purpose?
-
RE: How do I store the last BUY or SELL that occurred in a variable?posted in Questions & Answers
@l-andorrĂ said in How do I store the last BUY or SELL that occurred in a variable?:
@khalids222 Both 'For each trade' blocks have an ID number lower than both 'If trade' blocks. This means those variables will never catch the open price AFTER the trade is open. They should have hight ID numbers than both 'if trade' blocks.
oh damn, thank you!! That helped me with another EA of mine.
-
RE: How do I store the last BUY or SELL that occurred in a variable?posted in Questions & Answers
perhaps because you are using candle ID 0 under the condition of the IF Trade block?
-
RE: Closing all trades when the account is in a specific Profitposted in Questions & Answers
Just change the "Profit is the sum of..." this is the condition block you need at least.
-
RE: 1 robot on 1 chart trading X symbols(how?)posted in Questions & Answers
*EDIT, I stand corrected.
I guess what I meant to say is that is not suggested as you would have to write different code for each pair within the EA, otherwise you would be using the same leverage for EURUSD as you would a JPYCHF...
-
RE: i would like to create a bot for the 9Ema to cross the vwap.posted in Questions & Answers
Perhaps you have specified the EA to trade on certain time frames and you have the EA paired to a different window?
-
RE: Guarantee profitposted in Questions & Answers
What will you do about the spread between high and low?
-
RE: I need help!posted in Questions & Answers
Here are the conditions that you need, but I do not know arrow properties.
-
RE: One candle rule, No Nonsense Forexposted in Questions & Answers
@philostam said in One candle rule, No Nonsense Forex:
Would there be another way to implement the same principle?
do you have a link to those indicators? I've never seen them before, but I would like to play with them.
-
RE: I need help!posted in Questions & Answers
you also don't have the buy and sell trade action blocks.
-
RE: I need help!posted in Questions & Answers
the current candle being made is 0. it is suggested you only use close candles, so set the left paramater to candle ID 1 to start. Sounds a little like ICT methodology...?
-
RE: NEGATIVE SHIFTposted in Questions & Answers
the number that goes in that box isn't a shift, that box is essentially asking, How many candles ago?
If you're typing a negative number it goes into the future, because the way fxdreema does the numbering system is the current candle being made is 0, the last completed candle is 1....and so forth.
