@l-andorrà Good Spotting Sir
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
-
RE: my ea not workingposted in Questions & Answers
@frank-2 answer these
what is your logic to enter a trade
when do you exit -
RE: AutoTrendline EAposted in Questions & Answers
@tipsywisdom my mistake sorry, I did not mean to rename it, honest mistake, I will give it ago manual
-
AutoTrendline EAposted in Questions & Answers
Hi Guys, I am still leanring how to use this software but came across this tutorial on youtube some clever person created this auto ea. it works well for getting trendline on the screen but the entry not good, I am not sure on how to put the logic together for this.
have a look at the screen shot and have a play with the ea
Just looking at it enter a buy on the open first bar after the lowest low and vice versa for the sell

https://fxdreema.com/shared/v6W5Z25Qd -
Check out this EA it has Potentialposted in Questions & Answers
Hi guys use on GBP/USD Daily
it works quite well just need some refining.
like most strategies it works well in trend but suffers in the consolidation periods.Anyway check it out and let me know what you think
-
RE: Not Opening Sell Stop In Testerposted in Questions & Answers
@l-andorrà Thanks for the reply, the broker is currently closed, but lets say is 2 pips minimum how do I fix it.
-
Not Opening Sell Stop In Testerposted in Questions & Answers
Hi Guys, I hope some can point me in the right direction my project is not opening sell orders in the tester
https://fxdreema.com/shared/p6xToCB8b
I keep receving2022.02.05 15:15:32.633 2021.01.15 00:00:00 failed sell stop 0.10 EURUSD at 1.21470 [Orders limit reached]
2022.02.05 15:15:32.633 2021.01.15 00:00:00 New pending order error: The number of pending orders has reached the limit (10033)
Any ideas on how to fix the error
Thanks
-
RE: Clean system no indicators no pattens just place and goposted in Questions & Answers
Sorry what do you mean by add hat?
-
RE: Clean system no indicators no pattens just place and goposted in Questions & Answers
Hi Guys this is the progress so far, its opening positions 2 of each at a time so I end up with 4 stop orders 2 but and 2 sell, not sure how to fix that.
And once the tp or sl have been hit it stops trading.
How do I get it to place another set of orders.
https://fxdreema.com/shared/14rwBwKA -
RE: Clean system no indicators no pattens just place and goposted in Questions & Answers
@youngtreptrader Hey bro thanks for your help, yep I rebuilt it and it's just the same as your example.! But It seemd tp be placing just the buy pending order
sorry I am no trader or coder but figured I would give this a go and learn the ropes as I have a bit of time at the moment.

I have tried creating 2 columns as well as loads of other ideas but no luck.
I have been reading up about hedging systems as this is similar. -
RE: Clean system no indicators no pattens just place and goposted in Questions & Answers
@uriel-0 I used block 3 because I am not sure how to place positions based around the current price and that is the solution I came up with, if you have a better idea I would love to hear.