simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
@VlanFx: maybe it would be a good idea to cut the function from my above posted script and integrate it in the EA. Calling the function once during OnInit() might support debugging.
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks for reporting. Obviously the problem occurs when functions BuyStop() and SellStop() are called for an entry:
double stopLevel = MarketInfo(sym, MODE_STOPLEVEL) * point;[Read more]
if (price - ask <= stopLevel) {
Print(__FUNCTION__ + " Price " + price2String(price) + " too close to current price " + price2String(ask) + " Min…simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks for reporting. Obviously the problem occurs when functions BuyStop() and SellStop() are called for an entry:
double stopLevel = MarketInfo(sym, MODE_STOPLEVEL) * point;[Read more]
if (price - ask <= stopLevel) {
Print(__FUNCTION__ + " Price " + price2String(price) + " too close to current price " + price2String(ask) + " Min…simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks for reporting. Obviously the problem occurs when functions BuyStop() and SellStop() are called for an entry:
double stopLevel = MarketInfo(sym, MODE_STOPLEVEL) * point;[Read more]
if (price - ask <= stopLevel) {
Print(__FUNCTION__ + " Price " + price2String(price) + " too close to current price " + price2String(ask) + "…gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 5 months ago
Basically, you are describing Peak & Troughs, the ClearMethod, which is just the Price Action.
You started with the Fractal method. Been there, done that (to a perfection….)…
After that you’ll come to a conclusion that you need some more “assurance” or “support” from other methods, like Volume, or market “sentiment”…
Good luck, and many…[Read more]gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 5 months ago
Basically, you are describing Peak & Troughs, the ClearMethod, which is just the Price Action.
After that you’ll come to a conclusion that you need some more “assurance” or “support” from other methods, like Volume, or market “sentiment”…
Good luck, and many green pips on your simpler way…G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 5 months ago
Basically, you are describing Peak & Troughs, the ClearMethod, which is just the Price Action.
After that you’ll come to a conclusion that you need some more “assurance” or “support” from other methods, like Volume, or market “sentiment”…
Good luck, and many green pips on your simpler way…G.
smallcat replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 6 months ago
Great Anti. Number 1 : the previous candles are bearish (2 red candles before the white engulfing bar). While at number 2: all previous candles are white (all 3 white candles in a row, including the engulfing bar). But i can be wrong though …
Edit : i am agree that to discuss only high probability pattern, not to discuss many pa…[Read more]smallcat replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 6 months ago
Great Anti. Number 1 : the previous candles are bearish (2 red candles before the white engulfing bar). While at number 2: all previous candles are white (all 3 white candles in a row, ibcluding the engulfing bar). But i can be wrong though …

smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
About the indicators. In order the EA to work, we must create a folder name “__EA” (without double quote) under …/MQL4/Indicators/ folder , and copy all indicators needed by the EA to this “MQL4/Indicatos/__EA/” folder.
edit: And thanks for the Pdf too
Great work, thanks a lot Simplex

smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
About the indicators. In order the EA to work, we must create a folder name “__EA” (without double quote) under …/MQL4/Indicators/ folder , and copy all indicators needed by the EA to this “MQL4/Indicatos/__EA/” folder.
Great work, thanks a lot Simplex

simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
I received a PM about our EA v.1.4 throwing out a message like:
2016.02.09 23:57:07 2016.01.04 11:59 Penguin_v_1_4 EURUSD,H4: SellStop Price 1.09038 too close to current price 1.09068 Min distance = 0.00300
Hopefully some more detail will follow, so we can start debugging. I have an idea where to look, but more detail would be helpful!
If…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
Hey guys:
There were private questions relating our Penguin EA v. 1.4. I just forgot to mention that: you have to permit DLL calls when launching the EA, if you haven’t activated DLL use permanently.
The event calendar functions require that. If you do not permit DLL, the EA cannot run.
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
I think it’s time to update my formerly posted ‘GG53 compilation’ pdf to provide an overview of the most significant posts in both ‘really simple’ threads.
May also serve as sort of specification sheet for fellow coders.
s.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
This thread is about building an EA, based on Currency-Strength, Price-Action patterns, and Volume behaviour.
That’s the way I trade, for years, on a daily basis.
The Community EA should make this task available to everyone, and should make that task as simple as possible.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
I’ll consider changing the thread name to:
“Watch-out: misleading title !!”
G.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
I must admit that there are trading terminals that have programming interfaces which are easier to handle for coding newbies than MT4.
But in the end, some coding is supposed to make trading easier. If you want other tools than the built-in RSI, MA, etc. you or somebody else has to code those tools. That’s a matter of fact. And I disagree that…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Sorry G., did not have time for that today. I was fully occupied working on the basics of CIX 4. It’s not yet mature enough for a public test, just want to post a pic for review to ensure my direction is ok from your point of view. Local testing and debugging will certainly take one more day. It’s not yet completely stable.
You wrote: Here we…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Good discussion Simplex … and thanks for the zip file … will try that new toys

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
This is good post G , thanks a lot

- Load More