Poker_player
Poker_player
Friends

Add friends via their profile or user search and you will be able to see if they are online

Poker_player
Added topic Package manager like composer in php
Hello, I cannot find something like composer in php, or npm in javascript for mql5. Where is it or how is it called? Or there is no one? Then how do you deal with reused code in multiple projects
Poker_player
Added topic MQL5 function which calculates position size by risk and SL
Have tried searching and implementing but cannot find correct example. Its weird because it should be needed for lot of people and should exist somewhere. Can you give a link or code for that? So far I have done by examples this double
Poker_player
Added topic Assign array to multidimentional array
Hello, I do not get what is wrong: CHistoryPosition historyPosition;          string header[ 5 ];       header[ 0 ] = "Time close" ;       header[ 1 ]
Poker_player
Added topic '=' - operand expected when trying to assign constant - solved
#define FLAT = "h1_flat" ; //... some code string trend = FLAT; Getting error '=' - operand expected SignalGenerator.mqh 69 25 When I do not use constant but assign string, no error. Does not make sense. What is wrong here? How to assing constant to
Poker_player
Added topic Why my stop loss amount is more than 3x bigger than calculated?
I have calculated what should be SL, position size: https://www.babypips.com/tools/position-size-calculator So it is about 0.79 so 0.79 lots. But for me hit SL after 6.9 pips and loses few times more than it should - 175.48 Why is that? 
Poker_player
Added topic Why arrow is not drawed on chart?
void OnTick () {    // Print("tick event");       /*ObjectCreate("pasol", OBJ_ARROW, 0, Time[0], 104.9, Time[0], 104, Time[0], 104.1); //draw an up arrow       ObjectSet("pasol"
Poker_player
Registered at MQL5.community