- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jan 30, 2013To keep the lines right across the chart and remove the right side labels just alter the previous code I sent like this change to 1000 or any number large enough to move the line across the chart Set to 1 or true if(ObjectFind("WeekPivotLine") != 0) ...
Auto Pivot Indicator change?
-
cja replied Jan 29, 2013I suspect it was the security settings on the library WiFi that was not allowing you to hook up MT4. With some free public internet access there can be restrictions on data usage and how much if anything you can download.
MT4 Wifi connection
-
cja replied Jan 29, 2013Here is a very basic way to get what you want however you need to go through all the code and change each level, it should be easy enough to do just time consuming. Good luck
This added to the code to the give short lines and shift them to the ...Auto Pivot Indicator change?
-
cja replied Jan 22, 2013Hi, GoTrader have a minimum of 3 pips for stoploss distance on live accounts from my experience, anything under that number could give you the invalid stops message.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
cja replied Jan 19, 2013Many thanks for that, I have downloaded it and I ran it on the tester and it all works, so now I have a good starting point for what i am trying to do. Sounds like you are in for some serious tree work going by what you have just bought.
...Trailing pending Orders
-
cja replied Jan 18, 2013Thanks hayseed but that forest is still hiding those trees. More detail would be appreciated or if you have time a basic working example would be excellent.

Trailing pending Orders
-
cja replied Jan 18, 2013I will have another look at it although I am reasonably sure that I have already tried what you are suggesting, perhaps I have just got too close to it and cannot see the trees for the forest.

Trailing pending Orders
-
cja replied Jan 18, 2013If you read my post you will see I wanted it to work like a trailing stop, besides even if they did move up and down and kept the order separation at least the code could still be changed to suit my needs. Some news EAs use a mobile pending order ...
Trailing pending Orders
-
cja replied Jan 18, 2013Thanks for your interest, I want to use one set of BUYSTOPS and one set of SELLSTOPS so all I have to identify is either the BUYSTOPS or SELLSTOPS just like a trailing stop, basically I want the BUYSTOP grid to trail price as a complete set so that ...
Trailing pending Orders
-
Trailing pending Orders
Started Jan 18, 2013|Platform Tech|19 replies
I am going around in ever decreasing circles on this one, how do you code for example 4 Buy ...
-
cja replied Jan 7, 2013Hi Anton, I found this basic MA Alert and updated it in a few areas for 5 digit and some of the MA inputs, it should do what you want, it Alerts for each new candle while the Price is within the MA pip distance. file
Alert between A and B
-
cja replied Jan 7, 2013Use this in the label code, changing the number changes the angle of the label. ObjectSet("labelname",OBJPROP_ANGLE,90);
Coding a vertical label
-
cja replied Jan 1, 2013file Standard MACD compared to Simple MA MACD image
MACD with ALL Simple Moving Average
-
cja replied Dec 22, 2012Try this, it is a double MA with offset inputs with 2 buffers for the fill in color between the MA's. file Filler width set at 0 image Filler width set at 2 image
Need Offset MA channel
-
cja replied Nov 24, 2012You may struggle to find anyone to attend to your request as the indicator you have posted is decomplied. /* Generated by EX4-TO-MQ4 decompiler V4.0.224.1 [] Website: http://purebeam.biz E-mail : [email protected] */ #property copyright "Copyright ...
Looking for a coder to help with MACD indicator
-
cja replied Nov 21, 2012Hi There have been so many versions of this indicator done over the years I suspect if you do a search on the internet/forums you will find what you are after.

Need alarm for this indicator please
-
cja replied Nov 17, 2012I can go onto eBay right now and can find at least 2 examples of decompiled indicators for sale that I have coded on another forum ( and we are talking hours and hours of my time and 3000 plus lines of code ) where one of the sellers claims that ...
Decompiled code... stop posting it
-
cja replied Nov 9, 2012Hi, You need to post the mq4 file before anyone can look at it for you.
ma cross alert - setting specific timeframes?