You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
here
Thanks, it wasn't there yesterday or I missed it.
Thanks, it wasn't there yesterday or I missed it.
>> it wasn't.
Yes, now this one.
#include "b-KimIV.mqh" // Additional function library
Dear KimIV, I would like to ask you to modify e-SOTrailing in the following way : (All tactics in this case is to place stop orders at some distance from the nearest fractal and to move them after the price). I guess it's not that difficult using your FindNearFractal function, maybe?
void TrailingOrders() {
......
pa=FindNearFractal(OrderSymbol(), 0, MODE_UPPER); //MarketInfo(OrderSymbol(), MODE_ASK);
......
pb=FindNearFractal(OrderSymbol(), 0, MODE_LOWER);//MarketInfo(OrderSymbol(), MODE_BID);
Yes, now this one.
#include "b-KimIV.mqh" // Additional functions library
>> later on.
It's already impossible on the front page...
I'll post it here... If the post for the update gets blocked, I'll re-post it. So keep an eye on the thread :-)
Thank you - this is the one.
The ArrayZ() function.
This function calculates and returns the Z-count of the number series passed in the array by reference.
ZS. Attached is a script for testing the ArrayZ() function. By the way, this script fills the array with data from Ralph Vince's book "The Mathematics of Capital Management".
ZZZ. I have updated the b-Array library on my website.
The ArrayDeleteInt() function
Executes the deletion of an array element with the given index. Returns the size of the new array or -1 if nothing was removed. The ArrayDeleteInt() function accepts the following mandatory parameters:
ArrayDeleteDouble() function
Performs the deletion of an array element with a given index. Returns the size of the new array or -1 if nothing was deleted. The ArrayDeleteDouble() function accepts the following mandatory parameters:
The ArrayDeleteString() function
Executes the deletion of an array element with the given index. Returns the size of the new array or -1 if nothing could be removed. The ArrayDeleteString() function accepts the following mandatory parameters: