1. I want a script, that will first determine if I have a trade on the chart, is it a buy or sell, and the size of the trade in lots to be used in the calculations of the grid of limit orders being created:
a. If no trade is on chart, tell me "You need to first place a trade" then the script takes no further action
b. If multiple trades are already on chart, tell me "Can can have only one trade on chart to run this script" then the script takes no further action
c. If one trade is on chart, the script will take actions below
2. User input: Ask me lot size of each grid level "Spacing of grid levels: ____" and then I enter a number, example 5,
3. User input: Ask me how many grids to place on the chart "How many grid levels below price: ____" and then I enter a number, example 3
4. Using data about the existing trade on the chart, and the two user inputs, take the following action:
a. If buy is on chart, place a number of limit orders equal to what user entered on number of grid levels, below current order, at spacing specified in pips by user
b. If sell is on chart, place a number of limit orders equal to what the user entered on the number of grid levels, above current order, at spacing specified in pips by user
5. Size of each grid level will be in increasing increments depending upon the size of the original trade on the chart
a. If trade on chart is 0.50 lots,
(1) 1st Limit order placed will be 1.00 lots
(2) 2nd Limit order placed will be 1.50 lots
(3) 3rd Limit order placed will be 2.00 lots
etc... to the number of levels indicated by the user
b. If trade on chart is 1.00 for example
(1) 1st Limit order placed will be 2.00 lots
(2) 2nd Limit order placed will be 3.00 lots
(3) 3rd Limit order will be 4.00 lots
c. So each grid level will have limit orders that are incrementally larger than the previous level, based upon the existing trade size on the chart
Example from a chart
Benzer siparişler
Hello, thank you for your interest in my project. I want to develop a simple piece of code in ninjascript that does not exceed 8 lines of code. I will give the details of the code in the messages. the work is urgent Thank you
Need to copy the trades and orders generated by expert advisors from my MT4 platform to eToro broker. Etoro offers a trading API (). This could be used to make the connection to their propietary web platform. If the programmer considers there is more stable and faster way to do it then I'm open to suggestions
I have some specific conditions that i want to check during FVG, OB, BB, MSS, BOS, etc. but lets tell them in private if you will choose to work with me
DON'T REACH OUT IF YOU CAN'T CONVERT STRATEGY ON TRADINGVIEW TO A WELL AUTOMATED EXPERT ADVISOR THAT RUN WITHOUT PROBLEM ON METATRADER 5 Well, I am only looking for a programmer who is proficient in coding and can turn strategy on tradingview to a well customized expert advisor, please reach out if you can work timely on exactly what I just said
I want to pull a fib, with set entry price at a certain percentage, with stopploss set at another percentage of the fib. Risk is set in USD. Risk to match stop loss level. TP is set as ratio to stop loss. Calculate no. of contracts. A hot key for buy and one for sell. Illustration: In settings Inputs: Fib% to be displayed Entry level fib% stop loss fib percentage TP ratio Risk in USD or account percentage Operation
I need help with creating a website traders chatroom, it must show traders online,offline,inactive. the chatroom top section must show four clocks with different times and time scale like this.. the chatroom must have a history data of up to 10days, then longer history must be deleted automatically. if you have better chatroom please say your recommendations
I have a python script that connects MT5 to Deriv for binary trading which is having some bug. It stops executing trades after a while. I need someone to check the code and fix it. Negotiable price