Is it possible to do a lower time frame CP within a higher 1 or will it get confused on the candle ids? Can I have a candle 1 on a 30min candle and also a candle 1 on H4, wouldn’t this confuse the EA
Posts made by GTOAT777
-
Possible to do a LTF candle pattern within a HTF one?posted in Questions & Answers
-
RE: How to identify swing highs/lows?posted in Questions & Answers
@Mitchp I’ve recently done this but it’s not about the candle formation, it’s about filters so it is done at highs and lows and not in ranging markets or buying at the high or selling at the low just for price to reverse and you lose
-
RE: RSI indicator within limits glitchyposted in Questions & Answers
@ambrogio I do that and no error message ever comes up
-
RSI indicator within limits glitchyposted in Questions & Answers
I have noticed when i use RSI indicator within limits block its glitchy when i try to backtest, it doesnt let me open Expert properties on MT4 and also doesnt let me start a backtest it just freezes but then when i come back on here and remove those specific blocks from the EA and bring it back into MT4 everything works fine.
Has anyone else had this problem?
-
RE: RSI EA with pending ordersposted in Questions & Answers
@daledevil You could probably make that in about 20 minutes if that, make a start and people on here will be happy to help however people wont build it for you
-
Different variations of entry, same bot issueposted in Questions & Answers
If my EA has for example 3 slight different variations of entry connected by the OR block is there a way i can have a note or symbol so I know which variation was taken by the EA
-
RE: How can i risk free my positions?posted in Questions & Answers
@bardiamsa Its easily done via pips not money, so lets say your trade was 50 pips in profit and you wanted the stop at 25pips
https://fxdreema.com/shared/dm44c57yb -
RE: How to write condition: If every open trade is in profit, then do something?posted in Questions & Answers
@Julianrob “If trade” is in the Check Trades & Orders Count section
-
RE: Create EA to fight broker manipulation????posted in Questions & Answers
@James-d that was happening to me at one point, my broker just wouldn’t trigger my orders for no reason. I don’t think there is a way around unless you add some conditions if the order isn’t place then your EA buys and sells execution style (buy/sell now)
-
RE: How to code a robot to take one trade at a time either a buy or a sellposted in Questions & Answers
@Desco then that should have solved your issue because it will only run those conditions if there is “no trade”
-
RE: How to code a robot to take one trade at a time either a buy or a sellposted in Questions & Answers
Just have a no trade block at the top of your block tree
-
RE: Modifying Stop Loss confusionposted in Questions & Answers
@l-andorrà I’ve already set the pips on pips away from open price block but I’m talking about the new stop loss section on the modify stops block
-
RE: Modifying Stop Loss confusionposted in Questions & Answers
@jstap I’m talking about the Modify stops block after already setting the pips away from open price block
-
RE: One long and one short a dayposted in Questions & Answers
Above your Asia High and Asia Low blocks add the "Check trades count" block, set the compare part to Lower than and trade count to 1 and see if that works
-
Modifying Stop Loss confusionposted in Questions & Answers
On the fixed pips way, if I input 100 pips is it 100 pips in profit or does it make my Stop loss 100 pips bigger than it already is?
If i want my stop loss to be 100 pips in profit do i have to write -100?
-
Trailing SL after specific pointposted in Questions & Answers
I know how to modify SL so it moves at specific price distances however Is there a way to modify stop loss so it starts trailing after price has reached a specific point, here’s an example
-
Price gets 15 pips in profit…SL modified to entry/BE
-
Price moves to 25 pips in profit, SL now moves to +10 pips in profit
-
Price moves 40 pips in profit, SL now goes to 25+ pips in profit however from here I want the SL to continue to trail at a 1:1 pip ratio, so every time price moves 1 pip so does my SL
-