Oshry Benbenisty Ur
Oshry Benbenisty Ur
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 1
Oshry Benbenisty Ur
Added topic have 2 trading baskets on the same EA
I have an EA i have developed who need certain conditions to open a position than he maintain that position. Now i want to have an additional trade open on diffrent conditions, and that it will manage it without touching the other. now to each one it
Oshry Benbenisty Ur
Added topic Critical error while running expert... Array out of range.
Hey Im trying to build an EA that will recognize divergence. In order to do so I have multiple arrays in place, with the largest being 90. I keep going though the code but im not able to find what causes the error. I would really apreciate the help
Oshry Benbenisty Ur
Added topic Array insert new value at [0] location
I'm trying to insert to an exsisting array new values so it will be in an order. I want to insert new int value in the [0] location and that the exsisting [0] location will be moved to [1] etc... I went though the docs and i havent found a way to do
Oshry Benbenisty Ur
Added topic cant share my EA
Hey I have build my own EA and trying to share it to a friend... i have complied it and sent him the EX5 but it keeps getting him this error... MQL5 your CPU architecture does not allow to run the file '....ex5': X64 required, you have AVX only what
Oshry Benbenisty Ur
Added topic cant modify trades
For some reason it doesnt update my trades with the new TP. Please help. double BAvgTP (){    double ask = NormalizeDouble ( SymbolInfoDouble ( _Symbol , SYMBOL_ASK ), _Digits );    double newbtp;    double loss = 0.00 ;
Oshry Benbenisty Ur
Registered at MQL5.community