Codes

CSV Exporter for MetaTrader 5

Automatically export csv file

MA details for MetaTrader 4

Show MA details (Type,Period,& current value) on the chart

OverLay Chart for MetaTrader 4

Overlay two or more charts on the same window

Forum

Focus on MT5

//+------------------------------------------------------------------+ //| FlipChart | //| Copyright 2022, Yours | //| http://www.companyname.net |

neural network pattern recognition python

Hi all, I would like to test neural network targeting pattern recognition (e.g. head and shoulder) using python. Could you guide me to specific topics, I have tried searching but unable to find what i need. I am almost sure some ppl have tried this. I want to feed the code specific patterns, and

MT5 view settings

Hi all, I am using this version.... and I have to activate the highlighted options/setting every time I start the platform. Profiles , and login are working fine, but platform is unable to remember those view settings . Is there a fix for this

Script : close oldest 5 buy orders

Hi all, the following script closes all buy orders , can someone help by modifying it to close .. the "oldest 5" only, instead of all orders. thanks //+------------------------------------------------------------------+ //| close-all-orders.mq4 | //|

margin call liquidation level

hi all, I know there is a way to view the "available" leverage of the account Is there a way to view the "set" margin call notification or warning level ? (can be 125% ) (the level at which new trades cannot be placed) also, is there a way to view the "set" margin call liquidation level ? (can be 50

what will be my profit or loss .... code ?

Hi all, I wonder if there is an indicator/EA that will calculate potential profit and potential loss after getting in a trade/trades. It will read the SL and TP for various currencies and displays a break down for each pair & a total

Loop issue

Hi all, there is an issue with the below code, as the loop only modifies (TP/SL) the first order, and doesn't loop through all of the existing orders. Can some one help. #property copyright "C" #property link "h" #property show_inputs extern double TakeProfit = 1.2550 ; extern double

fast/auto hide this screen

hi all, is there a way to hide this screen after i click on buy/sell button. ?? Script or EA to Auto click on OK! or simply doesn't show

Apply a script to all open charts

Hi guys, I have this script that clears the chart from objects, trend-lines, Fibonacci, bla bla bla,,,, I would like to know if its possible to apply the script once to all open charts in a profile .. The script is: //+------------------------------------------------------------------+ //|

Total Traded Lots

Hi guys, I've a small problem in coding in script, the code generates a report and keeps the required rows. i would like to display the total traded lots