paul.seldon / Profile
paul.seldon
Added topic How can I insert the price of the horizontal line?
I want to insert the price value on top right corner of this horizontal line . How can I do this? // Plot horizontal lines.......... if ( StringFind (prop, "H" , 0 ) >= 0 ) {
paul.seldon
Added topic Vertical line with Style -DASHDOTDOT not showing why?
(1) Vertical line with Style -DASHDOTDOT not showing why? (2) Also, not showing the data and time ~ // Plot vertical lines....... if ( StringFind (prop, "V" , 0 ) >= 0 ) {
paul.seldon
Added topic vertical trendline is eating up, tail and head part of candles. Any idea how to cope this better way?
vertical trendline is eating up, tail and head part of candles when the line is applied to the specific candle. I cannot see either where is the end of tail nor the end of head. Any idea how to cope this better way
paul.seldon
Added topic Show NY Market High and Low on the next day ~ How?
How can I show NY Market High and Low on the next day chart? I have no clue ~
paul.seldon
Added topic I want to draw time-variant 2 lines. How?
From now, previous 4H's High price and low price to be shown in 1H continuously. previous day High price and low price to be shown in 4H continuously. previous week high price and low price to be shown in D1 continuously. previous month high price
paul.seldon
Added topic Fibo. Pivot line which I want to show the line only today ~
There are Fibo. Pivot lines. But it shows from left to right of full length of window. (1) What I want is these lines to be displayed only from today to the rightest. How can I change this? (2) I want to color between R1 and R2, S1 and S2. Rectangle
paul.seldon
Added topic Asia-Europe-US session with rectangle filled from top of the chart and the bottom How?
Asia-Europe-US session with rectangle filled from top of the chart and the bottom How? I found https://www.mql5.com/en/code/7753 that shows the session of each with high price and low price of that specific session. But, that is not what I want. I
paul.seldon
Added topic [delete] doesn't work for this custom indicator ~ Help !
Moderator Edit <CODE REMOVED> I created this for start. But, I realized it automatically gets into the folder of " Custom Indicator ." Also, I realized when I wanted to delete, which means 1. select the label so that black rectangle
paul.seldon
Added topic [Terminal Panel] I want to change the color of the row differently respective of the specific currency pair ~
[Terminal Panel] at the bottom of MT4, which can appear by "Cntl + T." TODO_01 : assign the different value set for different currency pair in the row of the terminal TODO_02: change the font size bigger perhaps the height of row of the
paul.seldon
Added topic Wanted: script to insert stop-loss price as a position price -
How to create the script to insert / change stop-loss price with the position price ? Thanks in advance ~
paul.seldon
Added topic wanted: automatic generation of lines
I want to generate lines automatically. Insert line automatically every hour with the initial 00.00.00 price, 01.00.00 price, etc? (1) How do I do this? Or (2) Where do I had better take a look at to get help? Thanks in advance -
paul.seldon
Added topic position-clearing to be changed as the time goes by
I would like to create the position clearing price to be changed over time with "let's say the easiest" linear clear-position-price =a(time)+ b. Instead of setting the fixed position price as a clearing it, I want it to be time-variant. Is it
: