monkeybus
monkeybus
Friends

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

monkeybus
Added topic Current Bid/Ask price to CSV file.
Suppose I want to output the current Bid/Ask price to a CSV file. Whenever the price changes , I want the file to update. I was thinking something along the lines of this might work. double PreviousAsk;
monkeybus
Registered at MQL5.community
monkeybus
Added topic for loop
int init()   {       int handle;   handle= FileOpen ( "countmein" , FILE_CSV | FILE_WRITE , ';' );    if (handle> 0 )           for ( int Counter = 1 ;
monkeybus
Added topic what is wrong with my code?
So I have this Median indicator Here is the code .... #property indicator_chart_window #property indicator_buffers 1 #property indicator_color1 Black #property indicator_width1 2 extern int Length = 14; extern int ApplyTo = PRICE_CLOSE; double