fly7680
fly7680
fly7680
Added topic Probelm OrderSelect()
Hello everyone, I have a problem with OrderSelect () function , I would understand if the selected order is in Gain or Loss . This simple EA works at a Binary Options Broker . I should know if the automatic closing of the Ticket , the price closed
fly7680
Added topic subtract three minutes to the current time
Inspired by the code in the documents , so I can go back to the current time : string var1= TimeToStr ( TimeCurrent (), TIME_DATE | TIME_SECONDS ); how can I subtract 3 minutes to the current time ? I tried to write the code so it does not work
fly7680
Added topic take profit with red or green candle
As written in the title I try some ideas , to write an EA that gives me the take profit with a red or green candle without taking into cosider the pips . For example PUT signal : sent over the order with my condition and if the candle closes RED are
fly7680
Added topic Read Buffer in the back and print result
Hello everyone!I'm trying to read all the signals in the historic of my Buffer and I wrote this code: //+------------------------------------+ //|
fly7680
Added topic Find Level max CCI
You can use the iHighest () function to find the maximum level of CCI, in a number of candles
fly7680
Added topic #resource and extern function
using the command #resource   "Indicators \\ \\ myIndicator.ex4" and the code for inclusion in custom ( ) , iCustom ( Symbol (), PERIOD_CURRENT , "::Indicators\\myIndicator.ex4" , 0 ) you can in the choice of the external parameter file
fly7680
Added topic Cycle While help me please!!!
Hello everyone! Unfortunately the while loop you just can not make it work . I would like to run this code . the RSI to candle 1  must be above level 50 , now start the while loop that will search the first candle back in the graph is below the
fly7680
Added topic set 12:00 am
Hello to all. taking as an example the code iBarShift , how can I change the date in the hour 12:00 AM of the current day without having to continually change the day ? thank you datetime some_time= D'2016.12.02 13:45' ;
fly7680
Added topic WindowScreenShot
hello , I added the screenshot function to each of the output buffer 1 and 2 , I would like an opinion from you on the correct coding , as the markets are closed and I can not do live testing //--- indicator settings #property indicator_chart_window
fly7680
Added topic ICCI fix value
Hello,    How to fix, in the iCCI() the value Min/Max?  Example scale value:150 and - 150.  Thanks  
fly7680
Added topic Buffer to Draw Line
Hello everyone , I'm trying to add two buffer in the indicator camarilla . I would like to add two lines with Buffer , the H3 and L3 values but I can not properly close the code. A little help , please? #property version    "1.00" #property
fly7680
Added topic 2 Buffer icustom ()
Hello to all. I would like to bring up a ball , when the Buffer Histogram purple and  Buffer line are not overlapped . the code written by me no errors . #resource "\\Indicators\\price_speed_and_acceleration.ex4" //--- indicator settings
fly7680
Added topic Time to iCostum
hello , I should take the time to iCustom and Candle [1+i]. It might go like this? The code does not return errors but are not sure datetime Candela1( int s)   {    int i= 0 ;      double Candela= 0 ;
fly7680
Added topic Minutes between one point and another Zig Zag
Hello everyone , I wrote this code to know how many minutes there are between one point and the other two of the ZigZag . The code is not of error but I do not have the desired result . Could you kindly help me ? Thank you
fly7680
Added topic BackTest: candles is real ?
Hello , I have a doubt about the back test . I am checking my indicator that points out the candles , making a back test would merely truthfully or I could find a chart with candles position that does not match up with reality ? Another doubt , if
fly7680
Added topic datetime difference between two points
If I have two points with two different times can I know the time difference in minutes?  
fly7680
Added topic Time Frame error in the indicator
Hello everyone, I created a simple indicator that reads 2 time frame and according to the trend puts a red or green dots. But sometimes it happens that the dots are 3 instead of 2 this is my code: #include <stdlib.mqh> #include
fly7680
Added topic Add value variable to Alert popup
Hello everyone, I should add in the Alert pop-up, the value of a variable double , but as I wrote the code is not good. #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property indicator_chart_window #property
fly7680
Added topic Cycle while and condition false for loop
hello to everyone, you can place in the while loop a false condition and when it is true I get out of the loop. I need the while loop but I have to get out of the cycle only when the condition is true. I have to increase the N2 and N3 values of 1
fly7680
Added topic Ciclo For: no error but...
I inserted a for loop , after a cross candle condition on Moving Average 50 . With the for loop , I have to try the first cross of the Moving Average 5 on 50 by 9 candles and when the cross was found , I get out of the loop and finish with buffer 1