@shaynefw You have to use an edit field, try this should work:
Posts made by jstap
-
RE: How to add a Text Box on Chart for inputs?posted in Questions & Answers
-
RE: MANUAL TRADING ON MT5 BACKTESTERposted in Questions & Answers
@timberwolves Any button on on tick will work on back test, use on chart for live/demo.
-
RE: help draw shape & draw text !!!!posted in General Discussions
@dadilula This is how to do it, have never tried but you may find setting the shape to draw in the background, and the text in the foreground you will achieve what you wand.
-
RE: Using a Constant within a Terminal Variable nameposted in Questions & Answers
@sauce If you use this block you can set the terminal (global) variables to what you want:

-
RE: How to add a Text Box on Chart for inputs?posted in Questions & Answers
@shaynefw Try this on tick is for testing with back test (check all tabs):
-
RE: Trailing Stop not workingposted in Questions & Answers
@jim67 Do you have a TP set? will only work if you do.
-
RE: Opening Orders in Manual and Runs in Autoposted in Questions & Answers
@babayaga Magic number 0 will work with manual trades, setting each block to work with all manually placed and auto will also work.
-
RE: Buying and selling count for one currency only?posted in Questions & Answers
@khalids222 Put a shared link so what your EA is doing to add up, this will show how is working and and likely lead to an answer.
-
RE: NEXT POSITION FROM PREVIOUS POSITIONposted in Questions & Answers
@ahb Try this create opposite for sells https://fxdreema.com/shared/xZGWpz1Ed:

-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@wesley-2 Under trade created have the blocks of what you want to happen, in a seperate tree under trade closed have what you want to happen, have as many trees that you need, in the buy & sell block set whatever SL & TP you would like, the buy or sell can be on trade if you want.
-
RE: Trade history belongs to what group?posted in Questions & Answers
@4xfatigue Your group numbers are added to the magic number, so if magic is 1111 and group is 2 the magic for that trade becomes 1113.
-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@wesley-2 The purple blocks are better being the start of a tree, TP & SL are in the buy/sell blocks.
-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@wesley-2 You can contact via here, I don't mind helping but am away for a week from the morning
-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@wesley-2 Sure, if you need help with somthing start a fress question.
-
RE: Table that adds the profits and losses of Purchase and Saleposted in Questions & Answers
@rodrigo-ortuzar bucket won't work under pink, need to use trade/order in loop:

-
RE: Highest/Lowest Price + 'n' Pipsposted in Questions & Answers
@aisar You want something like this:

-
RE: Table that adds the profits and losses of Purchase and Saleposted in Questions & Answers
@rodrigo-ortuzar I think for each closed trade with a blue check closed trade profit, if > 0 = win, if< 0 = loss. means lot of work to get this working though.