Forum

What is wrong with the MT4 exposure graph?

My account is based in AUD so I am assuming this has something to do with it I have noticed that right from the start of opening and trading my account in MT4, when I click on the exposure tab in MT4, the graph always shows a huge exposure to AUD even when I have zero positions open involving the

Code to export live positions into csv

Anyone know if there is code which will export information regarding "open" positions into a csv or spreadsheet file? all i am looking for is something which will do the following: (MT5 only) when I drop it on the chart it will first show me on the chart the net volume of all my positions (so for

Looking for a particular code

Hi All, I have gone through some of the code but can't seem to find anything resembling what I am after I was wondering if there were any scripts/coding etc where if I place the code on any chart it will: 1. Show the pip value of the current currency pair in the account currency . 2 Show the 'net'

A pondering question regarding robots for sale

I am quite new to the whole Metatrader,MQL, Expertadvisors concepts. I was only intrigued by it when a forex trader/marketer alerted me to a new product he is creating (an expert advisor). Since he alerted me to this I decided to check out the whole subject because whilst I trade a system I like, I

Anyone want to take a crack at this?

int OnInit () { //--- double ticksize = MarketInfo ( Symbol (), MODE_TICKSIZE ); if (ticksize == 0.00001 || ticksize == 0.001 ) pips = ticksize* 10 ; else pips=ticksize; Alert ( "Ticksize = " ,ticksize, " Pips = " ,pips); if (bias == false ) //*****************SELL BIAS {

Wizards

Hi all, ive been watching videos on how to compile an EA and some of the videos show people using a wizard bypassing the need to have to learn code Are these something which I have to pay for and can anyone suggest which are the better ones? cheers

Programmer beginner needing direction

Hi all, I am completely new to the metatrader concept. I have traded forex etc for quite some time but only recently discovered metatrader and the fact that I can backtest with it, and wanted to see if I can put it to use. My broker offers metatrader platform but I have not used it up to this point