texcs81
texcs81
texcs81
Added topic Pin candle
Boys, good evening, I found a list on the net and modified it for my needs but only recognizes me the pins - bullish bars I can not understand where the error, someone can help me, this is the code: int start() {    int
texcs81
Added topic TextBox and indicator
Hello, everyone, I have two questions: 1) I would like to create a Textbox where you can write us some information about the candles you tell me if it is feasible to create one appears on the graph and then move it with the mouse as if it were a
texcs81
Added topic BreakMinMax
void AllertoPerIlRialzo() { ObjectCreate ( ChartID (), IntegerToString (Time[ 0 ], 0 , 0 ), OBJ_VLINE , 0 ,Time[ 0 ], 0 ); ObjectSetInteger ( ChartID (), IntegerToString (Time[ 0 ], 0 , 0 ), OBJPROP_COLOR , clrDarkGreen ); // Alert("Teo_CI rialzista
texcs81
Added topic Error modifying order!, error#130
double            IniTrailingStop =MarketInfo( Symbol (), MODE_STOPLEVEL ); void stopPercentuale( double InitialTrailingStop , double   trailing_stop_percentage) {    double
texcs81
Added topic print the average values to the "x" candle and the "x-1"
Hi Guys, this function should print the average values to the "x" candle and the "x-1" candle but it prints the same value please help me fix it I do not understand where I am going wrong?    for ( int i= 0 ; i<limit; i++)
texcs81
Added topic Break of moving avarages
Hello guys in the following code "                  for ( int i= 0 ; i<limit; i++)
texcs81
Added topic background of what I write
Hello guys, I made a square with a white background with the following code // function int CreateBackground ( string backName, string text, int Bfontsize, int LabelCorner, int xB, int yB) {
texcs81
Added topic price allert
Hi guys, this allert sounds when the price exceeds or is on an exact price level set by the user when the user is charging, but sometimes it works and sometimes no, is there someone that can help me fix it ? extern double SuonoQuandoPrezzoSupera = 0
texcs81
Added topic Fractal indicator
Hello Guys, this is the list of Fractals free indicator:  //+------------------------------------------------------------------+
texcs81
Registered at MQL5.community