add new column on signals page
Assigned To:
Assign By Admin On 2022-07-13
100%
Deadline:- 881 Days Over from Deadline. You Have Missed The Deadline 881 Days Ago
Deadline:- 881 Days Over from Deadline. You Have Missed The Deadline 881 Days Ago
Task Details :-
Hi Mac,
add this new column as showing in screenshot.
column header = "Pips".
calculation for this column is:
absolute value of (Open price - target price)
Attach File :-
File: 1 |
Download |
Task Current Status :-
Task Complete
Hello,
i fixed the value to ABSOLUTE value
I check the calculation for EURUSD and GBPUSD and I'm confused about that.
because this value is coming the way you said:
else for everything else pip*1000
(Open price - target price)*1000
Warning: Invalid argument supplied for foreach() in /home/staffi7/wm.staff-india.com/taskDetails.php on line 1666
Ok, I'll check it.
you forgot the final value have to be ABSOLUTE value. meaning it must be positive always. no negative number allowed. i cant teach you simple maths mate.
also check the calaultion for EURUSD and GBPUSD. the answer is coming wrong value
Hello,
I added the condition.
Warning: Invalid argument supplied for foreach() in /home/staffi7/wm.staff-india.com/taskDetails.php on line 1666
hi mac we need some conditions actually to show teh correct PIP number.
if name = XAUUSD then pip*10
if name = XBRUSD then pip*100
else for everythign else pip*1000
Hello,
Good day, hope you are well.
I added the Pips column.
I'll be very thankful if you give me a feedback.