@l-andorrĂ Good Spotting Sir
Latest posts made by Sibkis
-
RE: Swing Trading Ideaposted in Questions & Answers
Hello, can someone please point me in the right direction I need to fine the highest high and the lowest low inorder to find the pivot point.
iHighest(NULL,0,MODE_CLOSE,10,0);
iLowest(NULL,0,MODE_CLOSE,10,0);is the above correct?
-
Swing Trading Ideaposted in Questions & Answers
Hi Guys, just as an idea
Find the highest high and the Lowest low over a 10 bar period give or take a bar or 2.
then divide 2 to find the pivot point.
Sell entry: The current price is over the pivot but below the highest high
Buy entry: The current price is below the pivot but above the Lowest lowNot sure about the exit maybe on the reverse or with a Trailing stop or just modify stops.
https://fxdreema.com/shared/Q1xSfmmyc
I am still working on the logic for this as I am not sure its correct
-
RE: Replicating an EA From Youtube Just to See if Its Possibleposted in Questions & Answers
@maop1994 You can't buy if you have a a buystop and sellstop 50 pips apart you should be able to place an sl a few pips either side of the ask and bid or at the midpoint
-
RE: MARTINGALE BUT WITH PENDING ORDERSposted in Questions & Answers
you can select martingale from the mm section

-
RE: Replicating an EA From Youtube Just to See if Its Possibleposted in Questions & Answers
Another version
https://fxdreema.com/shared/4ckL6lWec
so let me get this right
Orders to place ( Grid Levels) this is how many buy stop orders you require.
Base Price Offset is 1 pip above Ask
Grid Size is 19 pips from ask is where your first pending order is, in this case a buy stop.
and the stoploss will be 18 pips south of the open price.Is the above correct?
and the opposite for sell order

-
RE: Replicating an EA From Youtube Just to See if Its Possibleposted in Questions & Answers
@OntradingX Yes I realised the fact that the markets do not yeild to anyone a while ago and that compounding over a longer term is one of the only ways to "win".
Its also natoriously hard to convert a manual system to automated, and yes I understand risk management well enough and pretty much follow Dr Van Tharp's methods.
Anyway, I have been through most of the tutorials and built a lot the indicator based models. and am just moving on to something the I cannot seem to build in fxdreema which is frustrating to say the least because you can pretty much build anything you like.Thanks
-
RE: Replicating an EA From Youtube Just to See if Its Possibleposted in Questions & Answers
I know what you mean, Me I am a manual trader. but I have some time on my hands and would like to lean a new skill so to speak.
So I have been on youtube and learning, you are a very busy man by the looks of things. I have been on your youtube channel as well.
-
Replicating an EA From Youtube Just to See if Its Possibleposted in Questions & Answers
Gidday guys
https://fxdreema.com/shared/17yeqHyZd
I am trying to replicate this type of ea just to see if I can make it on this software. The guy who channel its from is awesome and I have learnt loads from his tutorials.
This is just the next step in leaning.Anyone want to help out?
I figured 40 pips in between the the stop orders
2 pips or less for spread
and 20 pip stop loss

-
Highest High Lowest Low EAposted in Questions & Answers
Hi guy I have started on putting this together it opens trades etc but it opens in a buy and sell for the same logic could you clever ones point me in the right direction as to why.
Anyway its a start
The logiic for sell should be if candle 1 has the highest high over the last 10 bars then open on the next bar and vice versa for the buy.
The SL will be based on money management
The TP will be the change of direction