Atila Goncalves Firmino / Profile
- Information
2 years
experience
|
1
products
|
21
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Atila Goncalves Firmino
Added topic DataFrame for C++ Library in mql5
Just a suggestion to include this lib in mql5: https://github.com/hosseinmoein/DataFrame
Atila Goncalves Firmino
Published product
A version based on David Waves' description in his book 'Trade About to Happen' of his adaptation of the Wyckoff wave chart. The indicator directionally accumulates volume, adding to each brick or candle close, with color indication for up and down. it can be used it with tick or real volume, it also changes color when the accumulated value of the previous wave is exceeded, being the trade signal. Yellow color is used for doji candlestick, it will continue with accumulation without zero the
Atila Goncalves Firmino
Added topic Wrong logic validation
Why is not giving true with two true results? Print((PositionsTotal() == 0)); Print((PositionsTotal() == 1)); Print((enPositionType == POSITION_TYPE_BUY )); Print(((PositionsTotal() == 1) && (enPositionType ==
: