raven.chrono
raven.chrono
Friends

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

raven.chrono
Added topic Candles per period
Good Day... I just want to know how many candles does the chart hold per period. Thanks
raven.chrono
Added topic Check Prices from 3 different platform
Good Day... I just would like to ask if anyone have tried to compare a certain price (eg. EURUSD) from 2 different sources using scripts or EA? Thank you very much
raven.chrono
Added topic Count how many lines on a text file...
Good Day... Is there a way on how to count how many lines are there in a text file? for example the text file contains... EURUSD GBPUSD EURJPY USDCHF after reading the text file using FileOpen it should return 4 as it contains only 4 symbols or 4
raven.chrono
Added topic Spread History
Good Day... Is there any possibility to recover spreads from previous bars? Thank you very much
raven.chrono
Added topic is RefreshRates enough to be used on a EA to know if Symbol is updating or not?
Good Day... I would like to ask if RefreshRates will be enough to be used on an EA if a certain symbol is updating or not and it will give an alert if it is not for more than 5 minutes... Or there any functions that is precise to know whether a
raven.chrono
Added topic Dealer Information
Good day... Is there any way or is it possible that a certain script or EA displays information about the dealer who accepted the trade? Thank you very much
raven.chrono
Added topic Tips on how to avoid fake crossovers
Good Day.. I develop an EA on 2 simple moving averages to which it will Open/Close trades when 2 sma's crossed. The only problem is that, sometimes, the 2 sma's almost cross each other but after a few ticks it will not eventually cross and for that
raven.chrono
Added topic BUY Stop and Sell Stop, Delete pending order.
Good day. The code that i have posted below returns 4109 error and i dont know where to look for the error and it is my first time writing a code for pending orders and how do i delete a certain pending order given that every news times a certain
raven.chrono
Added topic StopLoss and TakeProfit value of pips allowed
Good day. Is it possible for a certain EA or script to know certain levels(pips) on StopLoss or TakeProfit on a certain server? Thanks
raven.chrono
Added topic Saving and Retrieving Trade Information from a temporary database
Good Day. I'm working on an EA that uses arrays to store 3 trades from 3 symbols. In the demo account it works great but when i tried it on a real account , the array seems not working. I use the array to store the ticket number and the starting
raven.chrono
Added topic Lengthy Directions/Tips/Instructions in the top of the input tab of property show_input
Good day... Is it possible or is there a way to put like a instruction header for a certain EA to give the user on what to do with the EA? Thanks
raven.chrono
Added topic Multi Symbols EA
Good Day... I am currently testing an EA to which it monitors simultaneously on 3 chosen symbols (EURUSD, GBPUSD, USDJPY). The EA at some point open trades, modify trades (Trailing stoploss), close trades on certain condition to which it allows to
raven.chrono
Added topic Comparing between Loss and given Loss amount.
Good day. I just would like to ask if the formula that I've written below can close a trade with a given example loss of -15.00.    for (ctr= 0 ;ctr< OrdersTotal ();ctr++)    {        if (
raven.chrono
Added topic Moving Average not updating
Good day   I'm using the following code showing the result of the current 2 moving averages but it is not updating even if the MA Chart is moving...   int start()   {    int ctr= 0 ;    while ( IsStopped ()==
raven.chrono
Added topic Accurate Yesterday's High, Low, Open, Close Prices
Hi there...   Im using the following code to get yesterdays high, low, open and close prices but i am not satisfied with the results... Can anybody here help me with this so that i can get the real high, low, open, close..   tnx..  
raven.chrono
Added topic Public key not found when MT4 Manager installed on windows 8
I have installed MT4 manager to a Windows 8 based laptop. It has an error of public key not found but i already put the appropriate registration entry on the manager. Does it means that the MT4 Manager is not applicable with windows 8? Thanks
raven.chrono
Added topic Send CSV File to Email
Hi everyone.   Is it possible to send .csv file to an email using SENDMAIL function ?   tnx
raven.chrono
Added topic Assigning Values to Excel Cells
Hi everyone...   Is it possible to export data into excel and specifying what cell to hold a specific data. I have used the FileWrite with the delimeter ";" and "\t" in order to put data on separate cells but it failed. All data are in one
raven.chrono
Added topic How to know if the Day is Saturday or Sunday
Hi everyone.   I've created a script that shows the record(OPEN,CLOSE,HIGH,LOW) 15 days before the present date. The problem is i dont know how to determine whether the dates falls saturday or sunday which means there is no market on that
123